-- *****************************************************************************
-- Juniper-Router-CONF
--
-- SNMP Agent Capabilities definitions for the Router MIB.
--
-- Copyright (c) 2001, 2002 Unisphere Networks, Inc.
-- Copyright (c) 2003, 2004 Juniper Networks, Inc.
--   All rights reserved.
-- *****************************************************************************

Juniper-Router-CONF  DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY
        FROM SNMPv2-SMI
    AGENT-CAPABILITIES
        FROM SNMPv2-CONF
    juniAgents
        FROM Juniper-Agents;

juniRouterAgent  MODULE-IDENTITY
    LAST-UPDATED "200405062030Z"  -- 06-May-04 04:30 PM EDT
    ORGANIZATION "Juniper Networks, Inc."
    CONTACT-INFO
        "       Juniper Networks, Inc.
        Postal: 10 Technology Park Drive
                Westford, MA  01886-3146
                USA
        Tel:    +1 978 589 5800
        E-mail: mib@Juniper.net"
    DESCRIPTION
        "The agent capabilities definitions for the Router component of the SNMP
        agent in the Juniper E-series family of products."
    -- Revision History
    REVISION    "200405062030Z"  -- 06-May-04 04:30 PM EDT  - JUNOSe 6.1
    DESCRIPTION
         "Added RLI-870 Virtual Router and Vrf count support."
    REVISION    "200401261553Z"  -- 26-Jan-04 10:53 AM EST  - JUNOSe 5.2
    DESCRIPTION
        "Added support for global export map and export map filter."
    REVISION    "200304241416Z"  -- 24-Apr-03 10:16 AM EDT  - JUNOSe 5.0
    DESCRIPTION
        "Replaced Unisphere names with Juniper names.
         Added SNMPv3 context engine ID support."
    REVISION    "200205101906Z"  -- 10-May-02 03:06 PM EDT  - JUNOSe 4.0
    DESCRIPTION
        "Added router context name support."
    REVISION    "200103291817Z"  -- 29-Mar-01 01:17 PM EST  - JUNOSe 3.2
    DESCRIPTION
        "The initial release of this management information module."
    ::= { juniAgents 37 }


-- *****************************************************************************
-- Router SNMP Agent Capabilities definitions
-- *****************************************************************************
juniRouterAgentV1  AGENT-CAPABILITIES
    PRODUCT-RELEASE
        "Version 1 of the Router component of the JUNOSe SNMP agent.  This
        version of the Router component was supported in JUNOSe 1.3 and 2.x
        system releases."
    STATUS      obsolete
    DESCRIPTION
        "The MIB supported by the SNMP agent for the Router application in
        JUNOSe.  These capabilities became obsolete when virtual router
        forwarder (VFR) support was added."
    SUPPORTS    Juniper-ROUTER-MIB
        INCLUDES {
            juniRouterGroup }
    ::= { juniRouterAgent 1 }

juniRouterAgentV2  AGENT-CAPABILITIES
    PRODUCT-RELEASE
        "Version 2 of the Router component of the JUNOSe SNMP agent.  This
        version of the Router component was supported in JUNOSe 3.x system
        releases."
    STATUS      obsolete
    DESCRIPTION
        "The MIB supported by the SNMP agent for the Router application in
        JUNOSe.  These capabilities became obsolete when router context name
        support was added."
    SUPPORTS    Juniper-ROUTER-MIB
        INCLUDES {
            juniRouterGroup2,
            juniRouterVrfGroup }
    ::= { juniRouterAgent 2 }

juniRouterAgentV3  AGENT-CAPABILITIES
    PRODUCT-RELEASE
        "Version 3 of the Router component of the JUNOSe SNMP agent.  This
        version of the Router component was supported in JUNOSe 4.x system
        releases."
    STATUS      obsolete
    DESCRIPTION
        "The MIB supported by the SNMP agent for the Router application in
        JUNOSe.  These capabilities became obsolete when router context engine
        ID support was added."
    SUPPORTS    Juniper-ROUTER-MIB
        INCLUDES {
            juniRouterGroup3,
            juniRouterVrfGroup2 }
    ::= { juniRouterAgent 3 }

juniRouterAgentV4  AGENT-CAPABILITIES
    PRODUCT-RELEASE
        "Version 4 of the Router component of the JUNOSe SNMP agent.  This
        version of the Router component was supported in JUNOSe 5.0 and 5.1
        system releases."
    STATUS      obsolete
    DESCRIPTION
        "The MIB supported by the SNMP agent for the Router application in
        JUNOSe.  These capabilities became obsolete when global export map and
        export map filter support was added."
    SUPPORTS    Juniper-ROUTER-MIB
        INCLUDES {
            juniRouterGroup4,
            juniRouterVrfGroup2 }
    ::= { juniRouterAgent 4 }

juniRouterAgentV5  AGENT-CAPABILITIES
    PRODUCT-RELEASE
        "Version 5 of the Router component of the JUNOSe SNMP agent.  This
        version of the Router component is supported in JUNOSe 5.2 and
        subsequent system releases."
    STATUS      obsolete
    DESCRIPTION
        "The MIB supported by the SNMP agent for the Router application in
        JUNOSe."
    SUPPORTS    Juniper-ROUTER-MIB
        INCLUDES {
            juniRouterGroup4,
            juniRouterVrfGroup3 }
    ::= { juniRouterAgent 5 }

juniRouterAgentV6  AGENT-CAPABILITIES
    PRODUCT-RELEASE
        "Version 6 of the Router component of the JUNOSe SNMP agent.  This
        version of the Router component is supported in JUNOSe 6.1 and
        subsequent system releases."
    STATUS      current
    DESCRIPTION
        "The MIB supported by the SNMP agent for the Router application in
        JUNOSe."
    SUPPORTS    Juniper-ROUTER-MIB
        INCLUDES {
            juniRouterGroup5,
            juniRouterSummaryScalarsGroup,
            juniRouterVrfGroup3 }
    ::= { juniRouterAgent 6 }

END